conditional operator造句
例句與造句
- The conditional operator cannot be overloaded
不能重載條件運算符。 - Avoid using the trinary conditional operator
避免使用? :條件算符。 - The conditional operator is of the form
條件運算符的格式如下 - Or , using the conditional operator
或使用條件運算符: - Or , using the conditional operator ,
或使用條件運算符, - It's difficult to find conditional operator in a sentence. 用conditional operator造句挺難的
- The conditional operator is used in an expression of the following form
條件運算符用于下列形式的表達式中: - The conditional operator is right - associative , so an expression of the form
條件運算符為右聯運算符,因此該形式的表達式 - The conditional operator
條件運算符( - The conditional operator is right - associative , so an expression of the following form
條件運算符為右聯運算符,因此該形式的表達式: - The expression uses the datepart and getdate functions and the conditional operator
該表達式使用datepart和getdate函數以及條件運算符。 - Executable statements can loop or branch through blocks of code , and often contain mathematical or conditional operators
可執行語句可在代碼塊中循環或分支,并常常包含算術或條件運算符。 - Calculations that might otherwise require an if - else construction can be expressed more concisely and elegantly with the conditional operator
使用條件運算符,可以更簡潔、雅觀地表達那些否則可能要求if - else結構的計算。例如,為在